# Concurrent Merkle Tree
This crate is a Solana-optimized implementation of the
concurrent merkle tree data structure introduced in [this
whitepaper](https://drive.google.com/file/d/1BOpa5OFmara50fTvL0VIVYjtg-qzHCVc/view)
The core implementation of CMT can be found in [concurrent_merkle_tree]